home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 July / CHIP 2006-07.2.iso / program / web_gelistirme / easyphp1-7_setup.exe / {win} / my.ini
Encoding:
INI File  |  2003-08-29  |  2.0 KB  |  78 lines

  1. # Example mysql config file.
  2. # Copy this file to c:\my.cnf to set global options
  3. # One can use all long options that the program supports.
  4. # Run the program with --help to get a list of available options
  5.  
  6. # This will be passed to all mysql clients
  7. [client]
  8. #password=my_password
  9. port=3306
  10. #socket=MySQL
  11.  
  12. # Here is entries for some specific programs
  13. # The following values assume you have at least 32M ram
  14.  
  15. # The MySQL server
  16. [mysqld]
  17. skip-innodb
  18. bind-address=127.0.0.1
  19. port=3306
  20. #socket=MySQL
  21. skip-locking
  22. set-variable    = key_buffer=16K
  23. set-variable    = max_allowed_packet=1M
  24. set-variable    = thread_stack=64K
  25. set-variable    = table_cache=4
  26. set-variable    = sort_buffer=64K
  27. set-variable    = net_buffer_length=2K
  28. server-id    = 1
  29.  
  30. # Uncomment the following if you want to log updates
  31. #log-bin
  32.  
  33. # Uncomment the following rows if you move the MySQL distribution to another
  34. # location
  35. basedir = $path$/mysql/
  36. datadir = $path$/mysql/data/
  37.  
  38.  
  39. # Uncomment the following if you are NOT using BDB tables
  40. #skip-bdb
  41.  
  42. # Uncomment the following if you are using Innobase tables
  43. #innodb_data_file_path = ibdata1:100M
  44. #innodb_data_home_dir = c:\ibdata
  45. #innodb_log_group_home_dir = c:\iblogs
  46. #innodb_log_arch_dir = c:\iblogs
  47. #set-variable = innodb_mirrored_log_groups=1
  48. #set-variable = innodb_log_files_in_group=3
  49. #set-variable = innodb_log_file_size=5M
  50. #set-variable = innodb_log_buffer_size=8M
  51. #innodb_flush_log_at_trx_commit=1
  52. #innodb_log_archive=0
  53. #set-variable = innodb_buffer_pool_size=16M
  54. #set-variable = innodb_additional_mem_pool_size=2M
  55. #set-variable = innodb_file_io_threads=4
  56. #set-variable = innodb_lock_wait_timeout=50
  57.  
  58. [mysqldump]
  59. quick
  60. set-variable    = max_allowed_packet=16M
  61.  
  62. [mysql]
  63. no-auto-rehash
  64. # Remove the next comment character if you are not familiar with SQL
  65. #safe-updates
  66.  
  67. [isamchk]
  68. set-variable    = key_buffer=8M
  69. set-variable    = sort_buffer=8M
  70.  
  71. [myisamchk]
  72. set-variable    = key_buffer=8M
  73. set-variable    = sort_buffer=8M
  74.  
  75. [mysqlhotcopy]
  76. interactive-timeout
  77.